home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / pedit.zip / WHATS.NEW < prev    next >
Text File  |  1992-11-11  |  14KB  |  372 lines

  1.  
  2.  
  3.  
  4.                              []=======================[]
  5.                              []  pEDIT  Version 2.01  []
  6.                              []=======================[]
  7.  
  8.  
  9.                                      New Features
  10.                                      ------------
  11.  
  12.         File 'pick' lists; enter a wildcard file specification such as
  13.         "GET FILE *.BAS" and pick from a list of all matching file names
  14.  
  15.         Disk macros; these let you automate repetitive tasks and extend
  16.         (customize) the editor, i.e. give it some capability it doesn't
  17.         have built-in
  18.  
  19.         On-line help for every pEDIT command; the help file is user-
  20.         customizable
  21.  
  22.         TRIM BUFFER; this new command 'trims' each line of the current
  23.         buffer, i.e. sets the length to zero if the line is composed
  24.         entirely of blanks
  25.  
  26.         Limited wild-card search capablility; search for beginning or end
  27.         of line
  28.  
  29.         A default keyboard configuration is defined at startup if no INI
  30.         file is found. The labeled keys such as <Home>, <PgUp>, <Del>,
  31.         etc. are set to their normal function and <Esc> is the DO COMMAND
  32.         key. In the past you had to reboot as there was no way to "talk
  33.         to" the editor
  34.  
  35.         Telephone support for registered users
  36.  
  37.  
  38.                                     Just Improved
  39.                                     -------------
  40.  
  41.         Keyboard macros can now contain ANY keystroke as keys are bound to
  42.         a full command string rather than just a procedure name
  43.  
  44.         Improved error handling; pEDIT now checks for sufficient disk
  45.         space before saving a file
  46.  
  47.         Improved editing in prompting mode; use the keys you're already
  48.         used to - a subset of your defined keys
  49.  
  50.         Smaller size; pEDIT 2 contains much new functionality yet the
  51.         executable is over 10k smaller than version 1.75!
  52.  
  53.         Improved performance in several areas;
  54.  
  55.            - GET FILE averages 10% faster
  56.            - WRITE FILE is up to twice as fast
  57.            - FILL PARAGRAPH is 40-50% faster
  58.  
  59.         Improved internal compiler support; with disk macros it is now
  60.         possible to loop through errors in your source code!
  61.  
  62.  
  63.                                Some Things Have Changed
  64.                                ------------------------
  65.  
  66.         Single DOS environment variable 'PEDIT' saves valuable environment
  67.         space; replaces 'PEDITHLP' and 'PEDITINI'
  68.  
  69.         Two sample init files are now provided:
  70.  
  71.            - Standard; tries to follow the so-called PC standard
  72.              with <F01> = Help, <Del> = EraseChar, etc.
  73.  
  74.            - Alternate; corresponds to what came with previous
  75.              versions of pEDIT
  76.  
  77.         A template for the old 84-key keyboard is no longer provided
  78.  
  79.         FILL PARAGRAPH now reformats starting at the current line instead
  80.         of at the top of the paragraph
  81.  
  82.         FIND NEXT has been replaced by FINDNEXT as FIND NEXT is now
  83.         interpreted as 'search for the string "NEXT"'
  84.  
  85.  
  86.                              []=======================[]
  87.                              []  pEDIT  Version 2.10  []
  88.                              []=======================[]
  89.  
  90.  
  91.                                      New Features
  92.                                      ------------
  93.  
  94.         Multi-key commands; this major enhancement allows two-key commands
  95.         and permits emulation of WordStar, EMACS and many other editors
  96.  
  97.         Abort; the abort key is now user definable and is not 'hard-wired'
  98.         to Ctrl-C
  99.  
  100.         DEFINE SHIFT; new command is used to define shift (lead in) keys
  101.         for the new multi-key commands
  102.  
  103.         RENAME FILE; new command changes the name of the disk file
  104.         assocuiated with a buffer so a file being edited can be saved
  105.         under a different name
  106.  
  107.         RULER; new command toggles a ruler on and off
  108.  
  109.         SET PINDENT; new command lets you automatically indent the first
  110.         line of a paragraph
  111.  
  112.         SET SCOPE Local|Global; when the scope is Global, all Find and
  113.         Replace operations operate on ALL user buffers - you can now
  114.         search for text anywhere in memory
  115.  
  116.  
  117.                                     Just Improved
  118.                                     -------------
  119.  
  120.         Smaller size; pEDIT 2.10 is now only 72k in size (on disk) after
  121.         being compressed by the marvelous LZEXE utility
  122.  
  123.         An elusive bug that would rarely insert nulls into the text has
  124.         been fixed.
  125.  
  126.         Overall performance has again been improved
  127.  
  128.         The number of user buffers has been increased from 4 to 6
  129.  
  130.         Replace now permits the same wildcards that can be used with Find
  131.         to match beginning/end of line
  132.  
  133.  
  134.                                Some Things Have Changed
  135.                                ------------------------
  136.  
  137.         Four sample initialization files are now provided:
  138.  
  139.            - WordStar
  140.  
  141.            - Emacs; the famous UNIX programmer's editor
  142.  
  143.            - Standard; tries to follow the so-called PC standard
  144.              with <F01> = Help, <Del> = EraseChar, etc.
  145.  
  146.            - Alternate; the original pEDIT configuration
  147.  
  148.         Switching to the COMMAND buffer is no longer permitted; there is
  149.         no reason for anyone to do so
  150.  
  151.         TRIM BUFFER now trims all lines of the buffer, not just empty
  152.         lines
  153.  
  154.         Any Help or File pick list selection can be cancelled by pressing
  155.         the defined Abort key
  156.  
  157.  
  158.                             []==========================[]
  159.                             []  pEDIT PLUS Version 1.0  []
  160.                             []==========================[]
  161.  
  162.  
  163.                                      New Features
  164.                                      ------------
  165.  
  166.         Unique graphical ButtonBar interface; press a button - don't pull
  167.         down a menu
  168.  
  169.         Mouse support; requires a Microsoft compatible mouse
  170.  
  171.         Tutorial leads you through the basic editing functions
  172.  
  173.         An Index and Troubleshooting Guide have been added to the
  174.         documentation
  175.  
  176.         The current location (line and column) are now shown on the status
  177.         line
  178.  
  179.         The number of files that can be edited at one time has been
  180.         increased from 6 to 16
  181.  
  182.         50-line VGA mode is now supported (text mode only)
  183.  
  184.         WIPE TEXT; new command erases the selected text without copying it
  185.         to the clipboard
  186.  
  187.         SET VIDEO; new command switches between text and graphics modes
  188.  
  189.         LIST ASCII: new command displays the full (1-255) Ascii character
  190.         set
  191.  
  192.         New Microsoft Quick Editor configuration; used by Microsoft's
  193.         Quick Languages (QuickBASIC, QuickC) and the new DOS 5 Editor
  194.  
  195.         The initialization file can now contain an auto-executing macro
  196.  
  197.                                     Just Improved
  198.                                     -------------
  199.  
  200.         A bug that added extra lines to the end of a buffer has been
  201.         fixed.
  202.  
  203.         A problem with the REPLACE command where adjacent like characters
  204.         were missed has been corrected.
  205.  
  206.         The speed of cursor movement on long lines has been improved
  207.         dramatically
  208.  
  209.         A problem with word wrap that could cause a line to break at the
  210.         wrong place has been fixed
  211.  
  212.         The program could abort if REMOVE TEXT or STORE TEXT was invoked
  213.         for a very large block of text; this has been fixed
  214.  
  215.         The editor can now detect if a floppy drive is not available
  216.         without hanging the system
  217.  
  218.         Autosave is now timed; select a 1-30 minute interval
  219.  
  220.  
  221.                                Some Things Have Changed
  222.                                ------------------------
  223.  
  224.         The ALT (Alternate) configuration has been eliminated
  225.  
  226.         DOS, XDOS, SPAWN and XSPAWN have all been merged into a single DOS
  227.         function
  228.  
  229.         The LIST BUFFERS command has been eliminated; this information is
  230.         shown in the BUFFER window
  231.  
  232.         The KEYBOARD command has been renamed to ALTHELP; this now
  233.         displays both Button and Keyboard Help
  234.  
  235.         The first key of a two-key command is echoed on the message line
  236.         as a reminder that a second keypress is expected
  237.  
  238.  
  239.                            []===========================[]
  240.                            []  pEDIT PLUS Version 1.0c  []
  241.                            []===========================[]
  242.  
  243.  
  244.                                      New Features
  245.                                      ------------
  246.  
  247.         SET DISPLAY; new command lets you specify the video type in the
  248.         initialization file; used only if pEDIT cannot correctly identify
  249.         your video type.
  250.  
  251.         RAMEDIT.BAT; this batch file lets you copy the pEDIT files to a
  252.         RAM drive for improved performance. pEDIT loads and operates more
  253.         quickly with the INI, HLP, KEY and macro files on a RAM disk;
  254.         shelling to DOS is *much* faster.
  255.  
  256.  
  257.                                     Just Improved
  258.                                     -------------
  259.  
  260.         pEDIT+ now writes a full string instead of one character at-a-
  261.         time to the display. This increases the speed of text display in
  262.         graphics modes by about one-third.
  263.  
  264.         Text displays up to 4 *times* faster in text mode. This huge in-
  265.         crease was realized by using direct video writes.
  266.  
  267.  
  268.                                Some Things Have Changed
  269.                                ------------------------
  270.  
  271.         Control characters are no longer displayed as ^X; instead, the
  272.         actual character is shown. This was necessary to speed up the text
  273.         displays. This has the added advantage that lines containing con-
  274.         trol characters will no longer take up more space than allocated.
  275.  
  276.         The only valid color combination on monochrome EGA/VGA is black on
  277.         white, i.e. "SET COLORS BLK WHT".
  278.  
  279.  
  280.                             []==========================[]
  281.                             []  pEDIT PLUS Version 1.1  []
  282.                             []==========================[]
  283.  
  284.  
  285.                                      New Features
  286.                                      ------------
  287.  
  288.         A print capability is now available TO REGISTERED USERS ONLY.
  289.         pEDIT interfaces with the DOS PRINT utility to provide queued
  290.         background printing; you can print the current buffer, print a
  291.         selected block in the current buffer, delete a file from the
  292.         queue, cancel all print jobs in the queue and view the queue.
  293.         Requires DOS 3.0 or greater.
  294.  
  295.         Virtually any key on the keyboard (including Shift-, Ctrl-, and
  296.         Alt- combinations) can now be defined for use within pEDIT.
  297.  
  298.         DRAW; new command lets you draw lines and boxes in any of three
  299.         styles (single graphics──, double graphics═══ or Ascii text--).
  300.  
  301.         SET CURSOR; new command lets you select an underline or block
  302.         cursor to suit your needs.
  303.  
  304.         JUSTIFY PARA; new command fully justifies a paragraph or portion
  305.         of a paragraph, i.e. results in smooth left and right margins.
  306.  
  307.         LEFT LINE and RIGHT LINE; new commands make lines flush with the
  308.         left or right margins.
  309.  
  310.         Word Perfect emulation for those who love WP's finger-tangling
  311.         combination of meaningless function keys!
  312.  
  313.         pEDIT's graphics mode now supports 43 lines on EGA/VGA displays.
  314.  
  315.         If pEDIT is invoked without a file specification, it will auto-
  316.         matically load the last file you were editing.
  317.  
  318.  
  319.                                     Just Improved
  320.                                     -------------
  321.  
  322.         Mouse support has been improved and made more standard with other
  323.         programs: you can now choose by double-clicking, and select text
  324.         using true "click and drag".
  325.  
  326.         The Standard configuration is now CUA-compliant.
  327.  
  328.         Keystrokes are no longer lost during a repeat loop, find or
  329.         replace operation.
  330.  
  331.         Interference between the mouse pointer and the text cursor in
  332.         graphics mode has been eliminated.
  333.  
  334.         A problem that caused selected text not to be displayed after a
  335.         window shift has been corrected.
  336.  
  337.         A bug that caused the status bar to be erased if <Enter> was
  338.         pressed on the last line of the COMMAND buffer has been fixed.
  339.  
  340.         A bug that caused the program to abort if only spaces were entered
  341.         on the Command line has also been fixed.
  342.  
  343.         A Shift key can now be any non-typing key; previously, a Shift key
  344.         could only be <Esc> or a Ctrl- or Alt- key.
  345.  
  346.         Paragraph reformat is 2-3x faster; Tabs are IGNORED (they won't
  347.         work right anyhow). Also, the blank line which followed a reformat-
  348.         ted paragraph has been eliminated.
  349.  
  350.         NEXT SCREEN, PREV SCREEN and ERASE LINE are now much faster toward
  351.         the end of a large file because the line number is not recomputed.
  352.  
  353.         When using pick lists without a mouse, can now press a letter key
  354.         to jump to the first item starting with that character.
  355.  
  356.  
  357.                                Some Things Have Changed
  358.                                ------------------------
  359.  
  360.         DO BUTTON is now invoked by <Shift-Esc> instead of <Ctrl-F10>
  361.         because <Ctrl-F10> is a WordPerfect command key.
  362.  
  363.         RENAME FILE also changes the buffer name to match the associated
  364.         file name (if a buffer of the same name doesn't already exist).
  365.  
  366.         The paragraph formatting command names had to be shortened; the
  367.         commands are now FILL PARA and JUSTIFY PARA.
  368.  
  369.         Internal temporary file names had to be changed because they were
  370.         conflicting with user-selected names; PEDIT.TMP is now PED$$.TMP
  371.         and the swap files PEDMEMn.TMP are now PED$$$n.TMP.
  372.